Package com.inet.plugin
Interface PluginFilter
-
public interface PluginFilterA filter for loading plugins.- Since:
- inetcore 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(com.inet.plugin.ServerPluginDescription plugin)Tests whether or not the specified plugin should be loaded.
-